From c9929dfe104deb98f5f5213c2cefba40c2dd6d47 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 31 Jan 2012 11:37:03 +0000 Subject: [PATCH] public/physdev.h: Fix __XEN_INTERFACE_VERSION__ typo. Signed-off-by: Keir Fraser --- xen/include/public/physdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/public/physdev.h b/xen/include/public/physdev.h index 16d800f58c..b78eeba9ca 100644 --- a/xen/include/public/physdev.h +++ b/xen/include/public/physdev.h @@ -333,7 +333,7 @@ DEFINE_XEN_GUEST_HANDLE(physdev_pci_device_t); #define PHYSDEVOP_IRQ_NEEDS_UNMASK_NOTIFY XENIRQSTAT_needs_eoi #define PHYSDEVOP_IRQ_SHARED XENIRQSTAT_shared -#if __XEN_INTERFACE_VERSION < 0x00040200 +#if __XEN_INTERFACE_VERSION__ < 0x00040200 #define PHYSDEVOP_pirq_eoi_gmfn PHYSDEVOP_pirq_eoi_gmfn_v1 #else #define PHYSDEVOP_pirq_eoi_gmfn PHYSDEVOP_pirq_eoi_gmfn_v2 -- 2.30.2